

/* Start:/local/templates/altarent_2021 actual/components/wpnew/catalog/template2/style.css?17471986791122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/system.pagenavigation/visual_22/style.css?17386735225329*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{
	display: flex;
    justify-content: center;
    margin: 30px 0;
}
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/altarent_2021 actual/components/bitrix/system.pagenavigation/visual_22/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	/*display: inline-block;*/
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	width: 25px;
	color: #8d8d8d;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	border: 1px solid #ddd;
}
.bx_pagination_bottom .bx_pagination_page li a{
	margin: 0 5px;
	cursor: pointer;
	display: block;
	/*width: 25px;*/
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border: 1px solid #e04622;
	background: #e04622;
    color: white;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}
.bx_pagination_bottom .bx_pagination_page li:first-child{
	    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
}
.bx_pagination_bottom .bx_pagination_page li:first-child a{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}
.bx_pagination_bottom .bx_pagination_page li:last-child{
	border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
}
.bx_pagination_bottom .bx_pagination_page li:last-child a{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}

.button-loadmore-new {
	cursor: pointer;
    font-size: 14px;
    padding: 8px 20px 6px;
    color: white;
    background: #ff4419;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.button-loadmore-container {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/catalog.section/SectionProduct/style.css?17545582676656*/
.catalog-section {
	margin-bottom: 70px;
	gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px){
	.catalog-section{
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.catalog-section {
		grid-template-columns: 1fr;
	}
}
.catalog-section.line-view{
	grid-template-columns: 1fr;
}

@media (min-width: 576px) {
	.catalog-section.line-view .product__price-container{
		display: flex;
		align-items: center;
		gap: 10px;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
}

@media (min-width: 576px) and (max-width: 1170px) {
	.catalog-section.line-view .product__price-container {
		justify-content: flex-start;
	}
}

@media (min-width: 576px) {
	.catalog-section.line-view .product-item{
		display: grid;
		grid-template-columns: 240px 1fr;
		grid-template-areas: 'product-item__img product-item__title' 'product-item__img product-item__props' 'product-item__img product__price-bottom';
	}

	.catalog-section.line-view .product-item__img{
		margin: auto;
	}
	.catalog-section.line-view .product-item__title{
		text-align: left;
	}

	.catalog-section.line-view .product-item__btn-container{
		text-align: left;
		width: 100%;
	}

	.catalog-section.line-view .product-item__btn{
		margin-left: auto;
	}

	.catalog-section.line-view .product__price-bottom{
		justify-content: space-between;
	}
}

@media (min-width: 576px) and (max-width: 1170px){
	.catalog-section.line-view .product__price-bottom {
		flex-direction: column;
		align-items: flex-end;
	}
}


@media (min-width: 576px) {
	.catalog-section.line-view .product__price-container.product__price-container_hour{
		display: flex;
	}
}


.catalog-section .product-item{
	transition: transform .3s ease;
}

.catalog-section .product-item:hover{
	transform: translateY(-3px);
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
#content .tech-item{
	height: auto;
}
.tech-item .iconsText{
	position: static;
	margin-bottom: 10px;
	padding: 0 10px;
}
.tech-item .redAnglesReverse{
	bottom: -10px;
}

.catalog-section.line-view{
	flex-direction: column;
	align-items: center;
}

.view-select-btn{
	appearance: none;
	background-color: transparent;
	padding: 0;
	border: none;
}

@media (min-width: 576px){
	.view-select-wrapper {
		display: flex;
		justify-content: flex-end;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.view-select{
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	
	.view-select-btn.line-view {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
		row-gap: 2.5px;
	}
	.view-select-btn.line-view .line-view-btn-line {
		width: 20px;
		height: 4.5px;
		background-color: #c4c4c4;
	}
	.view-select-btn.block-view {
		width: 18px;
		height: 18px;
		gap: 2px;
		display: flex;
		flex-wrap: wrap;
		cursor: pointer;
	}
	.view-select-btn.block-view .block-view-btn-block {
		width: 8px;
		height: 8px;
		background-color: #c4c4c4;
	}
	.view-select-btn.line-view.active .line-view-btn-line, .view-select-btn.line-view:hover .line-view-btn-line, .view-select-btn.block-view.active .block-view-btn-block, .view-select-btn.block-view:hover .block-view-btn-block{
		background-color: #e04622
	}
}


@media (max-width: 575px) {
	.view-select-wrapper{
		display: none;
	}
}

.section__bottom-banner{
	margin: 70px 0;
}

/* перенес из шаблон/style.css */
@media (max-width:480px) {

	.itemFlex {
		position: relative;
		height: 100px
	}

	.flexicons a {
		width: 30%;
		margin: 10px 5px
	}

}

.sectionOrder {
	float: right;
	background: #e04622;
	color: #fff;
	font-weight: 700;
	border: 1px solid #e04622;
	border-radius: 4px
}

.sectionOrder:hover {
	background: #ff5932;
	border: 1px solid #ff5932
}

.sectionOrder:active {
	border: 1px solid #ff5932;
	background: unset;
	color: #ff5932
}

.fast-links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
	margin-bottom: 15px;
}

.fast-links a {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #e04622;
	padding: 5px;
	border-radius: 5px
}


.fast-links a:hover {
	text-decoration: none;
	background-color: #e04622;
	color: #fff
}

@media (max-width:479px) {
	.fast-links a {
		font-size: 14px;
		margin-right: 5px
	}
}

.sectionOrder {
	font-size: 14px;
	padding: 10px 30px
}

.itemFlex {
	position: relative;
	height: 168px
}

.itemFlex img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.itemFlex .redAngles {
	display: none
}

.itemFlex .redAnglesReverse {
	display: none;
	position: absolute;
	bottom: 0;
	transform: rotate(180deg)
}

@media (max-width:480px) {
	.itemFlex {
		position: relative;
		height: 150px
	}
}

.flexicons a:hover .redAngles,
.flexicons a:hover .redAnglesReverse {
	display: block;
	position: absolute
}

.flexicons {
	display: flex;
	flex-wrap: wrap
}

.flexicons a {
	width: calc(20% - 10px);
	margin: 10px 5px
}

@media (max-width:991px) {
	.flexicons a {
		width: calc(33% - 10px);
		margin: 10px 5px
	}
}

@media (max-width:480px) {
	.flexicons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.flexicons a {
		width: calc(50% - 10px)
	}

}

span.iconsText {
	position: absolute;
	bottom: 0;
	display: flex;
	vertical-align: bottom;
	justify-content: space-around;
	left: 0;
	width: 100%;
	text-align: center;
	/* color: #777 */
	color: #555;
}


.hero-catalog {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  height: 349px;
  color: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.hero-catalog__overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  border-radius: 12px;
}

.hero-catalog__content {
  padding: 30px 0 0 40px;
  max-width: 60%;
}

.hero-catalog__content h1 {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: white;
  margin: 0px 0 15px;
  text-align: left;
}

.hero-catalog__btn {
  width: 186px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  background-color: #EB5430;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

.hero-catalog__btn:hover {
  background-color: #EB5430;
  color: white;
}

@media(max-width:500px){
  .hero-catalog__content h1 {
    font-size: 24px;
  }
  .hero-catalog__content {
    padding: 0px 20px 0 20px;
    max-width: 100%;
  }
}

/* End */


/* Start:/local/templates/altarent_2021 actual/js/slick/slick.css?16698038411798*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;

    width: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    margin-left: auto;
    margin-right: auto;

    min-width: 100%;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;

}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* End */


/* Start:/local/templates/altarent_2021 actual/js/slick/slick-theme.css?16698038413145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/altarent_2021 actual/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.eot');
    src: url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/altarent_2021 actual/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/catalog.item/item/style.css?16751543522617*/
.product-item {
    padding: 25px 0 0;
    border-radius: 7px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    height: 100%;
    transition: transform .2s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

/* .product-item.product-item_promo{
    padding: 25px 0 0;
} */

.product-item__title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    /* color: #FF4419; */
    color: #000;
    text-align: center;
    display: block;
    padding: 0 10px;
    grid-area: product-item__title;
}

.product-item__btn-container{
    display: flex;
    justify-content: center;
}
.product-item__btn{
    border: none;
    font-size: 14px;
    padding: 8px 20px 6px;
    color: white;
    background: #ff4419;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.product-item__btn:hover,
.product-item__btn:focus{
    text-decoration: underline;
}

.product-item__price{
    display: flex;
    justify-content: center;
    padding: 15px;
}

.product__price-bottom{
    margin-top: auto;
    padding: 15px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    grid-area: product__price-bottom;
}

.product__price-bottom.product__price-bottom_gray{
    background: #eaeff3;
    
}

.product__price-container{
    text-align: center;
    width: max-content;
    color: #555;
    line-height: 120%;
    flex: none;
}

.product__price-container.product__price-container_hour {
    display: none;
}

.product__price-value{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    white-space: nowrap;
}
.product__price-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.product__price-old-value{
    text-decoration: line-through;
    white-space: nowrap;
}

.product-item__img{
    display: block;
    height: 150px;
    padding: 0 10px;
    grid-area: product-item__img;
}

.product-item__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-item__props{
    grid-area: product-item__props;
}
.product-item .propsCard{
    height: auto!important;
}

.product-item__promo{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    background: #FF4419;
    border-radius: 6px 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px 5px 33px;
    background-image: url('/local/img/promo-icon.png');
    background-repeat: no-repeat;
    background-position: 10px center;
}
/* End */


/* Start:/local/templates/altarent_2021 actual/parts/bottom-banner/bottom-banner.css?17478087103411*/
.bottom-banner {
    display: grid;
    grid-template-areas: 
        'bottom-banner__title bottom-banner__img'
        'bottom-banner__desc bottom-banner__img'
        'bottom-banner__form bottom-banner__img'
        'bottom-banner__form-privacy bottom-banner__img'
        'inner-result bottom-banner__img';
    ;
    grid-template-columns: 1fr 370px;
    padding: 20px;
    background: #EB5430;
    border-radius: 5px;
    gap: 20px 5px;
}

@media (max-width: 1350px){
    .bottom-banner{
        grid-template-columns: 1fr 270px;
    }
}

@media (max-width: 1170px) {
    .bottom-banner {
        grid-template-areas:
            'bottom-banner__title'
            'bottom-banner__desc'
            'bottom-banner__form'
            'inner-result'
            'bottom-banner__img'
            'bottom-banner__form-privacy'
        ;
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.inner-result{
    grid-area: inner-result;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.bottom-banner__title {
    grid-area: bottom-banner__title;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #FFFFFF;
}

@media (max-width: 1171px ){
    .bottom-banner__title{
        font-size: 21px;
    }
}

.bottom-banner__desc {
    grid-area: bottom-banner__desc;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

@media (max-width: 1171px) {
    .bottom-banner__desc {
        font-size: 18px;
    }
}

.bottom-banner__desc a {
    color: #FFFFFF;
}

.bottom-banner__desc a:hover,
.bottom-banner__desc a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}

.bottom-banner__form {
    grid-area: bottom-banner__form;
    display: flex;
    align-items: stretch;
    gap: 10px;    
}

@media (max-width: 1170px) {
    .bottom-banner__form{
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 630px) {
    .bottom-banner__form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bottom-banner__form input{
        text-align: center;
    }

    .bottom-banner__form .btn-trans{
        width: 100%;
        max-width: 220px;
    }
}

.bottom-banner__form input{
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #222222;
    max-width: 190px;
}

@media (max-width: 630px) {
    .bottom-banner__form input{
        max-width: 220px;
    }
}

.bottom-banner__form input:placeholder{
    color: #666666;
}

.bottom-banner__form-privacy {
    grid-area: bottom-banner__form-privacy;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.bottom-banner__form-privacy a{
    color: #fff;
    text-decoration: underline;
} 
.bottom-banner__form-privacy a:hover{
    color: #fff;
    text-decoration: underline;
} 

@media (max-width: 1170px) {
    .bottom-banner__form-privacy{
        font-size: 12px;
    }
}

.bottom-banner__img{
    grid-area: bottom-banner__img;
    display: flex;
    align-items: center;
}

@media (max-width: 1170px) {
    .bottom-banner__img{
        margin: auto;
    }
}
/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/news.list/advantages/style.css?1747137168816*/
.advantages {
  padding: 40px 0;
}

.advantages-title {
  font-family: Open Sans;
font-weight: 600;
font-size: 24px;
line-height: 130%;
  margin-bottom: 30px;
}

.advantages-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.advantage-item {
  width: 191px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.advantage-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 15px;
}

.advantage-title {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 30px;
  margin-bottom: 10px;
  color: #111111;
  text-align: center;
}

.advantage-text {
  font-family: Open Sans;
font-weight: 400;
font-size: 14px;
line-height: 130%;
text-align: center;
  color: #555;
}

/* End */


/* Start:/local/templates/altarent_2021 actual/components/bitrix/news.list/review-list__section/style.css?16766227641025*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.review-star{
	background-image: url(/image/star.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 20px;
    width: 20px;
    display: inline-flex;
}
.review-star.black-color{
	background-image: url(/image/star-gray.svg);
}

/* 2023 */
.reviews-section{
	margin: 60px 0;
}
.reviews-section__cont{
	border-radius: 4px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.reviews-section__item{
	background-color: #e9eff2;
	padding: 10px;
}

.reviews-section__item-title{
	display: flex;
	align-items: center;
	gap: 5px 10px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.reviews-section__item-title-name{
	font-weight: bold;
	font-size: 16px;
}

.reviews-section__item .rating{
	display: flex;
	align-items: center;
}

.reviews-section__all{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.reviews-section__item-title-date{
	
}
/* End */
/* /local/templates/altarent_2021 actual/components/wpnew/catalog/template2/style.css?17471986791122 */
/* /local/templates/altarent_2021 actual/components/bitrix/system.pagenavigation/visual_22/style.css?17386735225329 */
/* /local/templates/altarent_2021 actual/components/bitrix/catalog.section/SectionProduct/style.css?17545582676656 */
/* /local/templates/altarent_2021 actual/js/slick/slick.css?16698038411798 */
/* /local/templates/altarent_2021 actual/js/slick/slick-theme.css?16698038413145 */
/* /local/templates/altarent_2021 actual/components/bitrix/catalog.item/item/style.css?16751543522617 */
/* /local/templates/altarent_2021 actual/parts/bottom-banner/bottom-banner.css?17478087103411 */
/* /local/templates/altarent_2021 actual/components/bitrix/news.list/advantages/style.css?1747137168816 */
/* /local/templates/altarent_2021 actual/components/bitrix/news.list/review-list__section/style.css?16766227641025 */
